CSS 維護性


Posted by mijouhsieh on 2023-04-25

CSS 程式碼的品質- Don't Repeat Yourself
CSS 重構 => 在不同元素上,若有相同的CSS設定,把CSS設定另外拉出來取名 class name,在HTML檔中,元素加上 共用class name
reference:
On Style Maintenance - An applicable example in CSS


#CSS 重構 #共用class name







Related Posts

筆記:What the heck is the event loop anyway | Philip Roberts | JSConf EU

筆記:What the heck is the event loop anyway | Philip Roberts | JSConf EU

繞過 phpMyAdmin 建立資料庫與表格

繞過 phpMyAdmin 建立資料庫與表格

10 月前端職涯面對面心得

10 月前端職涯面對面心得


Comments